home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 November
/
PCWorld_2007-11_cd.bin
/
komunikace
/
plainhtml
/
ph45_ENU_Setup.exe
/
{app}
/
data
/
PHP ClibPDF.dat
< prev
next >
Wrap
Text File
|
2007-09-17
|
1KB
|
67 lines
cpdf_global_set_document_limits();
cpdf_set_creator();
cpdf_set_title();
cpdf_set_subject();
cpdf_set_keywords();
cpdf_open();
cpdf_close();
cpdf_page_init();
cpdf_finalize_page();
cpdf_finalize();
cpdf_output_buffer();
cpdf_save_to_file();
cpdf_set_current_page();
cpdf_begin_text();
cpdf_end_text();
cpdf_show();
cpdf_show_xy();
cpdf_text();
cpdf_set_font();
cpdf_set_leading();
cpdf_set_text_rendering();
cpdf_set_horiz_scaling();
cpdf_set_text_rise();
cpdf_set_text_matrix();
cpdf_set_text_pos();
cpdf_set_char_spacing();
cpdf_set_word_spacing();
cpdf_continue_text();
cpdf_stringwidth();
cpdf_save();
cpdf_restore();
cpdf_translate();
cpdf_scale();
cpdf_rotate();
cpdf_setflat();
cpdf_setlinejoin();
cpdf_setlinecap();
cpdf_setmiterlimit();
cpdf_setlinewidth();
cpdf_setdash();
cpdf_moveto();
cpdf_rmoveto();
cpdf_curveto();
cpdf_lineto();
cpdf_rlineto();
cpdf_circle();
cpdf_arc();
cpdf_rect();
cpdf_closepath();
cpdf_stroke();
cpdf_closepath_stroke();
cpdf_fill();
cpdf_fill_stroke();
cpdf_closepath_fill_stroke();
cpdf_clip();
cpdf_setgray_fill();
cpdf_setgray_stroke();
cpdf_setgray();
cpdf_setrgbcolor_fill();
cpdf_setrgbcolor_stroke();
cpdf_setrgbcolor();
cpdf_add_outline();
cpdf_set_page_animation();
cpdf_import_jpeg();
cpdf_place_inline_image();
cpdf_add_annotation();